ConvertBaseListToList
Unit: sgLists
Description
Call ConvertBaseListToList to convert an array of the TF2DPoint or TFPoint type values to the TList type value. Specify the output list as the ADest parameter and type of items as the AType parameter.
The ConvertBaseListToList function works only with one of the following values of the AType parameter: ltFPoint, ltF2DPoint. For more information, refer to TsgListType.
Syntax
function ConvertBaseListToList(ASource: IsgArrayFPoint; const ADest: TList; const AType: TsgListType): Boolean;